1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class frmThanhToanNhapHang_TheoNCC
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.label1 = new System.Windows.Forms.Label();
32             
this.label2 = new System.Windows.Forms.Label();
33             
this.btnThucHien = new System.Windows.Forms.Button();
34             
this.label3 = new System.Windows.Forms.Label();
35             
this.txtTienTToan = new System.Windows.Forms.TextBox();
36             
this.txtTienNo = new System.Windows.Forms.TextBox();
37             
this.txtMoTa = new System.Windows.Forms.TextBox();
38             
this.lblThongBao = new System.Windows.Forms.Label();
39             
this.SuspendLayout();
40             
//
41             
// label1
42             
//
43             
this.label1.AutoSize = true;
44             
this.label1.Location = new System.Drawing.Point(40, 49);
45             
this.label1.Name = "label1";
46             
this.label1.Size = new System.Drawing.Size(131, 18);
47             
this.label1.TabIndex = 0;
48             
this.label1.Text = "Số tiền thanh toán:";
49             
//
50             
// label2
51             
//
52             
this.label2.AutoSize = true;
53             
this.label2.Location = new System.Drawing.Point(43, 101);
54             
this.label2.Name = "label2";
55             
this.label2.Size = new System.Drawing.Size(228, 18);
56             
this.label2.TabIndex = 1;
57             
this.label2.Text = "Tổng đơn hàng chưa thanh toánh:";
58             
//
59             
// btnThucHien
60             
//
61             
this.btnThucHien.Location = new System.Drawing.Point(691, 148);
62             
this.btnThucHien.Name = "btnThucHien";
63             
this.btnThucHien.Size = new System.Drawing.Size(120, 61);
64             
this.btnThucHien.TabIndex = 2;
65             
this.btnThucHien.Text = "Thực hiện";
66             
this.btnThucHien.UseVisualStyleBackColor = true;
67             
this.btnThucHien.Click += new System.EventHandler(this.btnThucHien_Click);
68             
//
69             
// label3
70             
//
71             
this.label3.AutoSize = true;
72             
this.label3.Location = new System.Drawing.Point(43, 152);
73             
this.label3.Name = "label3";
74             
this.label3.Size = new System.Drawing.Size(63, 18);
75             
this.label3.TabIndex = 3;
76             
this.label3.Text = "Ghi chú:";
77             
//
78             
// txtTienTToan
79             
//
80             
this.txtTienTToan.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
81             
this.txtTienTToan.Location = new System.Drawing.Point(286, 49);
82             
this.txtTienTToan.Name = "txtTienTToan";
83             
this.txtTienTToan.Size = new System.Drawing.Size(364, 27);
84             
this.txtTienTToan.TabIndex = 4;
85             
this.txtTienTToan.TextChanged += new System.EventHandler(this.txtTienTToan_TextChanged);
86             
this.txtTienTToan.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTienTToan_KeyPress);
87             
//
88             
// txtTienNo
89             
//
90             
this.txtTienNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
91             
this.txtTienNo.Location = new System.Drawing.Point(286, 101);
92             
this.txtTienNo.Name = "txtTienNo";
93             
this.txtTienNo.Size = new System.Drawing.Size(364, 26);
94             
this.txtTienNo.TabIndex = 5;
95             
//
96             
// txtMoTa
97             
//
98             
this.txtMoTa.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
99             
this.txtMoTa.Location = new System.Drawing.Point(286, 148);
100             
this.txtMoTa.Multiline = true;
101             
this.txtMoTa.Name = "txtMoTa";
102             
this.txtMoTa.Size = new System.Drawing.Size(364, 64);
103             
this.txtMoTa.TabIndex = 6;
104             
//
105             
// lblThongBao
106             
//
107             
this.lblThongBao.AutoSize = true;
108             
this.lblThongBao.ForeColor = System.Drawing.Color.Red;
109             
this.lblThongBao.Location = new System.Drawing.Point(286, 235);
110             
this.lblThongBao.Name = "lblThongBao";
111             
this.lblThongBao.Size = new System.Drawing.Size(20, 18);
112             
this.lblThongBao.TabIndex = 7;
113             
this.lblThongBao.Text = "...";
114             
this.lblThongBao.Visible = false;
115             
//
116             
// frmThanhToanNhapHang_TheoNCC
117             
//
118             
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
119             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
120             
this.ClientSize = new System.Drawing.Size(845, 346);
121             
this.Controls.Add(this.lblThongBao);
122             
this.Controls.Add(this.txtMoTa);
123             
this.Controls.Add(this.txtTienNo);
124             
this.Controls.Add(this.txtTienTToan);
125             
this.Controls.Add(this.label3);
126             
this.Controls.Add(this.btnThucHien);
127             
this.Controls.Add(this.label2);
128             
this.Controls.Add(this.label1);
129             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
130             
this.Margin = new System.Windows.Forms.Padding(4);
131             
this.MinimizeBox = false;
132             
this.Name = "frmThanhToanNhapHang_TheoNCC";
133             
this.Text = "Thanh toán đơn hàng";
134             
this.Load += new System.EventHandler(this.frmThanhToanNhapHang_TheoNCC_Load);
135             
this.ResumeLayout(false);
136             
this.PerformLayout();
137
138         }
139
140         
#endregion
141
142         
private System.Windows.Forms.Label label1;
143         
private System.Windows.Forms.Label label2;
144         
private System.Windows.Forms.Button btnThucHien;
145         
private System.Windows.Forms.Label label3;
146         
private System.Windows.Forms.TextBox txtTienTToan;
147         
private System.Windows.Forms.TextBox txtTienNo;
148         
private System.Windows.Forms.TextBox txtMoTa;
149         
private System.Windows.Forms.Label lblThongBao;
150     }
151 }


Gõ tìm kiếm nhanh...